-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for proxy envs in litmus
chart
#390
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Jonsy13 <[email protected]>
Signed-off-by: Jonsy13 <[email protected]>
@@ -153,6 +153,14 @@ spec: | |||
value: "{{ (index .Values.portal.server.graphqlServer.ports 1).containerPort }}" | |||
- name: ALLOWED_ORIGINS | |||
value: "{{ .Values.allowedOrigins }}" | |||
{{- if has "gql-server" .Values.proxy.components }} | |||
- name: HTTP_PROXY |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which apis calls or url will use this proxy variables?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Users can use this incase of air-gapped setup where they can provide access to external resources like github
or to an external cluster using proxy only.
need this |
What is needed to merge this? |
What this PR does / why we need it:
Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]